home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global rootpath, orders, quantlist, totallist
- set rootpath to the pathName
- set orders to []
- set quantlist to []
- set totallist to []
- if ramNeeded(1, 32) > the freeBytes then
- alert("Not enough memory to run this application!")
- end if
- end
-